home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-08-31 | 892 b | 43 lines |
- #
- # Prototype Makefile for boot/* directories, the bootstrap
- # programs that load kernel images.
- #
- # This Makefile is automatically generated.
- # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
- #
- # Generated from /sprite/lib/mkmf/Makefile.boot
- # Fri Aug 30 18:39:23 PDT 1991
- #
- # For more information, refer to the mkmf manual page.
- #
- # $Header: /sprite/lib/mkmf/RCS/Makefile.boot,v 1.6 91/04/11 12:55:42 kupfer Exp $ SPRITE (Berkeley)
- #
- # Allow mkmf
-
- #
- # Initialize machine independent things
- #
- MACHINES = ds3100 ds5000
- MAKEFILE = Makefile
- MANPAGES =
- NAME = decprom
- SYSMAKEFILE = boot.mk
- #include <settm.mk>
- TYPE = boot
- DISTDIR ?= /dist/sprite/src/boot/decprom
-
-
- #if exists($(TM).md/md.mk)
- #include "$(TM).md/md.mk"
- #endif
-
- #if exists(local.mk)
- #include "local.mk"
- #else
- #include <$(SYSMAKEFILE)>
- #endif
-
- #if exists($(TM).md/dependencies.mk)
- #include "$(TM).md/dependencies.mk"
- #endif
-